West Wind Hero Image

Rick Strahl's Weblog

Wind, waves, code and everything in between...
.NET • C# • Markdown • WPF • All things Web
Contact   •   Articles   •   Products   •   Support   •  
Sponsored by:
Markdown Monster - The Markdown Editor for Windows

Posts related to: Microsoft AJAX


I took a quick look today at WCF's new capability to work with JSON data. I was looking forward to having WCF services providing this functionality and there are a few cool things that work with it. It's now essentially possible to create WCF Web Services that take JSON as input and produce...

Read more...

You ever have one of those days when just nothing wants to go right? A couple of days ago I was working on my session code for ASP.NET Connections. One of my sessions is on Dealing with Long Running Requests and one of the examples uses AJAX to offload the processing to messaging engine and...

Read more...

I've updated my MS AJAX samples both on the live site and for the download.

Read more...

Here's an update to the ClientScriptProxy class I posted a month ago for the release version of MS Ajax. The class acts as a front end proxy object to the ScriptManager and Page.ClientScript detecting whether MS Ajax is registered or not and making the appropriate calls to the right object.

Read more...

I've posted another update to the free wwHoverPanel AJAX control that provides some useful new functionality and compatibility with MS Ajax.

Read more...

Here are a couple of simple examples of how you can pass data between the server and client and back with MS Ajax using Web Services.

Read more...

The MS Ajax ScriptManager can automatically compress script files when using RegisterClientScriptResource. Unfortunately it only works when a script manager instance sits on a form even though the ScriptManager method is static.

Read more...

I’ve posted a small update to the wwHoverPanel control today that fixes a couple of small problems if used in combination with MS Ajax beta.

Read more...